home *** CD-ROM | disk | FTP | other *** search
/ Blue Byte News 1995 February / BBSHOW195.BIN / present / source / bbshow97.dir / 00082_Wait for FX_8s.ls < prev    next >
Encoding:
Text File  |  1995-01-18  |  201 b   |  13 lines

  1. on exitFrame
  2.   if the soundEnabled = 0 then
  3.     startTimer()
  4.     repeat while the timer < 480
  5.       nothing()
  6.     end repeat
  7.   else
  8.     if soundBusy(1) then
  9.       go(the frame)
  10.     end if
  11.   end if
  12. end
  13.